home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / file_mgt / _winfile / gleditw / gleditw.ini < prev    next >
Encoding:
Text File  |  1995-04-11  |  4.2 KB  |  105 lines

  1. ; GlEdit for WIndows Configuration File
  2.  
  3. ; The GLEDITW.INI file is used to set user-configuarble parameters for the
  4. ; GLEDIT for Windows program (GLEDITW).  Parameters to the right of the equal
  5. ; sign may be of upper, lower or mixed case (case is ignored).  Yes/No
  6. ; parameters may also be specified as Y or N, True or Flase, T or F, or 1 (yes)
  7. ; or 0 (no).  If a parameter is invalid, the default is used.  The variable
  8. ; name to the left of the equal sign may also be expressed in upper, lower or
  9. ; mixed case.
  10.  
  11.  
  12. ; GLEDITFilesPath tells GLEDITW.EXE where to find the GLEDITW.HLP and
  13. ; GLEDITW.SER (registered users only) files if they are not in the same
  14. ; directory as GLEDITW.EXE or they are not in one of your path directories.
  15. ; If there is no parameter specified for GLEDITFilesPath, it is assumed
  16. ; that any of GLEDITW's support files may be found in a directory on the
  17. ; path or in the directory conatining GLEDITW.EXE. If the GLEDITFilesPath
  18. ; parameter is specified, neither the home directory nor the path is
  19. ; searched, and the files MUST reside in the directory specified. This file
  20. ; (GLEDITW.INI) MUST reside on the path or in the same directory as
  21. ; GLEDITW.EXE. 52 characters max, trailing backslash is optional.
  22.  
  23. GLEDITFilesPath=
  24.  
  25.  
  26. ; DefaultPath specifies the value that will appear pre-typed in the "Path"
  27. ; field when the interface is intially invoked.  Do not specify any parameter
  28. ; if you want the field to be empty.
  29.  
  30. DefaultPath=C:\*.*
  31.  
  32.  
  33. ; The following are default options that will always be in effect
  34. ; when GLEDITW is invoked. Y indicates that the option will be selected,
  35. ; N specifies that it will not be selected.
  36.  
  37. IgnoreCaseOpt=N
  38. TestModeOpt=N
  39. DeleteMatchingRecordsOpt=N
  40. RecurseSubdirectoriesOpt=N
  41. NamesOnly=N
  42.  
  43. ; Use OpenMaximized=Y to cause the GLEDITW window to be initialized as a
  44. ; full screen application. OpenMaximized=N causes GLEDITW to appear as a
  45. ; window on your desktop.  GLEDITW works best maximized because you have less
  46. ; horizontal and vertical paging to do while viewing the results of a scan.
  47. ; Whichever you choose, you can always switch after initialization.  It is
  48. ; actually a matter of personal preference.
  49.  
  50. OpenMaximized=Y
  51.  
  52. ; Since the background color of your windows is controlled by the Windows color
  53. ; scheme you have selected, the default text colors may not work well.
  54. ; The colors below, which approximate DOS text colors can be used to allow a
  55. ; certain degree of control over the text colors in the output area.  Use the
  56. ; value of the color you desire as the parameter for the designated color
  57. ; option.  The prompt window will have a light gray background.  The foreground
  58. ; color is all that can be selected via the GLEDIT.INI file.
  59. ;
  60. ;                              Value
  61. ; BLACK                          0
  62. ; BLUE                           1
  63. ; GREEN                          2
  64. ; CYAN                           3
  65. ; RED                            4
  66. ; MAGENTA                        5
  67. ; BROWN                          6
  68. ; LIGHT GRAY                     7
  69. ; DARK GRAY                      8
  70. ; LIGHT BLUE                     9
  71. ; LIGHT GREEN                   10
  72. ; LIGHT CYAN                    11
  73. ; LIGHT RED                     12
  74. ; LIGHT MAGENTA                 13
  75. ; YELLOW                        14
  76. ; WHITE                         15
  77. ;
  78. ; The default colors are:
  79. ;  MatchLineColor=0        (Black)
  80. ;  MatchPhraseColor=12     (Light Red)
  81. ;  InfoColor=1             (Blue)
  82. ;  FileNameColor=5         (Magenta)
  83.  
  84. ; MatchLineColor refers to the non-highlighted area of the line that is
  85. ; displayed when a match is found.  It is also used for the redisplayed line
  86. ; that shows how the modified line will look in the prompt window.
  87.  
  88. MatchLineColor=0
  89.  
  90. ; MatchPhraseColor refers to the highlighted area of the line that is
  91. ; displayed when a match is found (the matching phrase).
  92.  
  93. MatchPhraseColor=12
  94.  
  95. ; InfoColor is the color that will be used to display infomational text such
  96. ; as the file name, match counts and prompts.
  97.  
  98. InfoColor=1
  99.  
  100. ; FileNameColor will be used for the line that specifies the name of the
  101. ; file being processed.  Making this a different color from any of the
  102. ; other colors helps readability by making the file name stand out.
  103.  
  104. FileNameColor=5
  105.